home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrintPaperPS.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrintPaperPS__
- #define __PPrintPaperPS__
-
- #include "PMTypes.h"
-
- class PPrintPaperPS
- {
-
- public:
-
- PPrintPaperPS
- ( const char * sSize,
- const char * sSource,
- long yLength,
- long xWidth,
- long yPaperFeed,
- long xPaperMargin,
- short bOrientation,
- PMBool bCenter,
- short cTiling,
- long xOverlap,
- short cScaleType,
- short nVal );
-
- private:
-
- PPrintPaperPS();
- };
-
- #endif
-
- // end of PPrintPaperPS.h
-